html{
  background: url("../Imgs/Fundi.webp") no-repeat center center fixed;
  /* -webkit-background-size: cover; */
  /* -moz-background-size: cover; */
  /* -o-background-size: cover; */
  background-size: cover;
  background-position: bottom 0px right 0px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
a {
  text-align: right;
  font-weight: bold;
  font-size: 200%;
}
body{
  /* background-color: rgb(255, 255, 240); */
  /* background-image: url('E:/sanin/Documents/Proyectos/PollaMundial2018/Img/Basilica.jpg'); */
  /* background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 15%;*/
  text-align: center;
}

img{
  width: 30px;
  height: 20px;
  border-radius:0%;
  display: block;
  margin:auto;
}

h1{
  color: black ;
  font-size: 350%;
  width: 50%;
  text-align: center;
  padding: 0px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 15px;
  margin:auto;
  }

h2{
  color: Black;
  font-size: 250%;
  text-align: center;
  padding: 0px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 15px;
  width:50%;
  margin:auto;
  }

h3{
  color: Black;
  font-size: 150%;
  text-align:center;
  line-height: 50%;
}

div{
  margin: auto;
  display:inline-block;
}

.group{
  background-color: rgba(255,255,255,0.6);
  padding: 5px;
  border-radius: 15px;
  margin:10px;
  width: 600px;
  }

.fround{
  background-color: rgba(255,255,255,0.6);
  padding: 10px;
  border-radius: 15px;
  margin:auto;
}

.namen{
  display: block;
  background-color: rgba(255,255,255,0.5);
  border-radius: 15px;
  padding: 5px;
  width:450px;
  padding:5px;
}
.knock{
  background-color: rgba(255,255,255,0.5);
  border-radius: 15px;
}

p     {
  display: table-row;
}
label {
  display: table-cell;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
input {
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;
  width: 3em;
}

.minom{
  width: 120px;
}

.minomb{
  background-color: #24D817;
  color:white;
  width:55px;
}

th{
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  color: white;
  background-color: #4A2BBE;
  border-bottom: 2px solid grey;
}
table.knockout {
  border: 0.5px solid grey;
  border-collapse: collapse;
  min-width: 80px;
  height: 10px;
}
#team{
  width: 80px;
  border:0.75px solid grey;
  border-right: 0px;
  text-align: center;
  height:5px;
  background:rgba(255,255,255,0.6);

}
#Flag{
  border:0.75px solid grey;
  border-left: 0px;
  height:5px;
  background:rgba(255,255,255,0.6);

}
#radiot{
  border:0.75px solid grey;
  height:18px;
  background:rgba(255,255,255,0.6);

}
#Subtitle{
  height: 20px;
  border:0px;
  border-bottom:2px solid black;
  vertical-align: bottom;

}
#blanky{
  border: 0px;
  height: 18px;
}
#bordy{
  border: 0px;
}
#fatty{
  border: 0px;
  width:5px;
}


table.results{
  border: 1px solid black;
  background-color: white;
  text-align: center;
  border-collapse: collapse;
}
table.results,  td{
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

table.results tr:nth-child(even) {
  background: #DEDEDE;
}


.btn{
  width: auto;
  height: 30px;
  position: fixed;
  top: 25%;
  left: 0%;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.btn1{
  width:auto;
  height: 30px;
  padding:5px;
  display: inline-block;
  position: fixed;
  top: 25%;
  left: 80px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 5px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.btn2{
  width:auto;
  padding:5px;
  border-radius: 5px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.btn1:hover{
  background-color: #24D817;
  color:white;
}
.btn2:hover{
  background-color: #24D817;
  color:white;
}

form {
  font-weight: bold;
}
